Increase a little more the test timeout

This commit is contained in:
Gaël Métais
2014-09-23 10:50:48 +02:00
parent fd5078b540
commit c2abf5a7a4
+1 -1
View File
@@ -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',