diff options
Diffstat (limited to 'e2e/karma-delay.js')
-rw-r--r-- | e2e/karma-delay.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e/karma-delay.js b/e2e/karma-delay.js index be7b448..7d18c4a 100644 --- a/e2e/karma-delay.js +++ b/e2e/karma-delay.js @@ -5,6 +5,6 @@ return function(){ var args = arguments setTimeout(() => { start(args) - }, 1000); + }, 3000); }; }(window.__karma__.start)); |