Kaynağa Gözat

test: increase the test timeout

Ifedapo Olarewaju 6 yıl önce
ebeveyn
işleme
36c4ac650e
1 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 7 1
      test/endtoend/wdio.remote.conf.js

+ 7 - 1
test/endtoend/wdio.remote.conf.js

@@ -33,5 +33,11 @@ exports.config = Object.assign(base.config, {
   // commands. Instead, they hook themselves up into the test process.
   services: ['static-server', 'sauce', new CompanionService()],
   user: process.env.SAUCE_USERNAME,
-  key: process.env.SAUCE_ACCESS_KEY
+  key: process.env.SAUCE_ACCESS_KEY,
+  // Options to be passed to Mocha.
+  // See the full list at http://mochajs.org/
+  mochaOpts: {
+    ui: 'dot',
+    timeout: 60000
+  }
 })