Extend test timeout to stabilize CI

This commit is contained in:
Yuya Ochiai
2017-09-23 00:41:42 +09:00
parent 2af6ff30aa
commit 98077784ec
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ const http = require('http');
const env = require('../modules/environment');
describe('application', function desc() {
this.timeout(10000);
this.timeout(30000);
const serverPort = 8181;
const testURL = `http://localhost:${serverPort}`;