فهرست منبع

Increase a little more the test timeout

Gaël Métais 11 سال پیش
والد
کامیت
c2abf5a7a4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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',