瀏覽代碼

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

Artur Paikin 9 年之前
父節點
當前提交
5829a80727
共有 1 個文件被更改,包括 1 次插入1 次删除
  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