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:
@@ -14,7 +14,7 @@ describe('adapter', function () {
|
||||
setTimeout(function () {
|
||||
expect(called).toBe(true);
|
||||
done();
|
||||
}, 0);
|
||||
}, 100);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user