From 879020668257a4cf67a5b73f7ca435fc25c5f92a Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 19 Jul 2017 21:02:42 -0700 Subject: [PATCH] Revert timeout --- app/__jest__/setup.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/__jest__/setup.js b/app/__jest__/setup.js index b5302c08f..44a6e8eee 100644 --- a/app/__jest__/setup.js +++ b/app/__jest__/setup.js @@ -1,8 +1,5 @@ import 'whatwg-fetch'; -// For slow CI servers -jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000; - const localStorageMock = (function () { let store = {};