Skip to content

Commit

Permalink
Increased the timeout for HTTP redirect tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Mar 17, 2018
1 parent 619c66e commit 1958d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/http.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('HTTP options', function () {

beforeEach(function () {
// Increase the timeout for these tests, to allow for multiple redirects
this.currentTest.timeout(8000);
this.currentTest.timeout(30000);
this.currentTest.slow(3000);
});

Expand Down

0 comments on commit 1958d5d

Please sign in to comment.