Browse Source

Let’s give it 30 seconds to see if that’s the case

Artur Paikin 9 years ago
parent
commit
5829a80727
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/acceptance/dragdrop.spec.js

+ 1 - 1
test/acceptance/dragdrop.spec.js

@@ -17,7 +17,7 @@ test('dragdrop: make sure DragDrop accepts and uploads 1 file via input', functi
     .findElement(By.css('.UppyDragDrop-One .UppyDragDrop-input'))
     .sendKeys(path.join(__dirname, 'image.jpg'))
 
-  driver.sleep(3000)
+  driver.sleep(30000)
 
   // Get console elements’s value, then check if it has “Download” there somewhere,
   // if it does, then test passes