Extend test timeout to stabilize CI
This commit is contained in:
@@ -5,7 +5,7 @@ const fs = require('fs');
|
|||||||
const env = require('../modules/environment');
|
const env = require('../modules/environment');
|
||||||
|
|
||||||
describe('application', function desc() {
|
describe('application', function desc() {
|
||||||
this.timeout(10000);
|
this.timeout(30000);
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
env.cleanTestConfig();
|
env.cleanTestConfig();
|
||||||
|
@@ -7,7 +7,7 @@ const path = require('path');
|
|||||||
const env = require('../../modules/environment');
|
const env = require('../../modules/environment');
|
||||||
|
|
||||||
describe('browser/index.html', function desc() {
|
describe('browser/index.html', function desc() {
|
||||||
this.timeout(10000);
|
this.timeout(30000);
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
version: 1,
|
version: 1,
|
||||||
|
@@ -5,7 +5,7 @@ const fs = require('fs');
|
|||||||
const env = require('../../modules/environment');
|
const env = require('../../modules/environment');
|
||||||
|
|
||||||
describe('browser/settings.html', function desc() {
|
describe('browser/settings.html', function desc() {
|
||||||
this.timeout(10000);
|
this.timeout(30000);
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
version: 1,
|
version: 1,
|
||||||
|
@@ -7,7 +7,7 @@ const http = require('http');
|
|||||||
const env = require('../modules/environment');
|
const env = require('../modules/environment');
|
||||||
|
|
||||||
describe('application', function desc() {
|
describe('application', function desc() {
|
||||||
this.timeout(10000);
|
this.timeout(30000);
|
||||||
|
|
||||||
const serverPort = 8181;
|
const serverPort = 8181;
|
||||||
const testURL = `http://localhost:${serverPort}`;
|
const testURL = `http://localhost:${serverPort}`;
|
||||||
|
Reference in New Issue
Block a user