Revert timeout

This commit is contained in:
Gregory Schier 2017-07-19 21:02:42 -07:00
parent 54f656261e
commit 8790206682

View File

@ -1,8 +1,5 @@
import 'whatwg-fetch';
// For slow CI servers
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
const localStorageMock = (function () {
let store = {};