Browse Source

Increase a little more the test timeout

Gaël Métais 10 years ago
parent
commit
c2abf5a7a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/server/phantomasWrapperTest.js

+ 1 - 1
test/server/phantomasWrapperTest.js

@@ -10,7 +10,7 @@ describe('phantomasWrapper', function() {
     it('should execute', function(done) {
         var url = 'http://www.google.fr/';
 
-        this.timeout(15000);
+        this.timeout(20000);
         phantomasWrapper.execute({
             url: url,
             testId: '123abc',