mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Increasing timeout so test doesn't fail in Safari
This commit is contained in:
@@ -14,7 +14,7 @@ describe('adapter', function () {
|
|||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
expect(called).toBe(true);
|
expect(called).toBe(true);
|
||||||
done();
|
done();
|
||||||
}, 0);
|
}, 100);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user