Skip to content

Commit

Permalink
fix(tests): prevent FF from timing out (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Jul 4, 2016
1 parent ceeafbd commit 520a8c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test-main.js
Expand Up @@ -30,3 +30,6 @@ require.config({
"deps/jquery": "/base/js/deps/jquery",
},
});

// Attempt to reduce timeout errors
jasmine.DEFAULT_TIMEOUT_INTERVAL = jasmine.DEFAULT_TIMEOUT_INTERVAL * 2;

0 comments on commit 520a8c5

Please sign in to comment.