2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Increasing timeout so test doesn't fail in Safari

This commit is contained in:
Matt Zabriskie
2016-03-03 23:34:38 -07:00
parent 62ad1f2b0b
commit 6f32ca772b
+1 -1
View File
@@ -14,7 +14,7 @@ describe('adapter', function () {
setTimeout(function () {
expect(called).toBe(true);
done();
}, 0);
}, 100);
});
});