File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
test-packages/basic-app/test Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const expect = require('chai').use(require('chai-string')).expect;
66const { startServer, stopServer } = require ( '../../test-libs' ) ;
77
88describe ( 'response details' , function ( ) {
9- this . timeout ( 80000 ) ;
9+ this . timeout ( 120000 ) ;
1010
1111 before ( function ( ) {
1212 return startServer ( ) ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const expect = require('chai').use(require('chai-string')).expect;
66const { startServer, stopServer } = require ( '../../test-libs' ) ;
77
88describe ( 'serve assets acceptance' , function ( ) {
9- this . timeout ( 80000 ) ;
9+ this . timeout ( 120000 ) ;
1010
1111 before ( function ( ) {
1212 return startServer ( ) ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const expect = require('chai').use(require('chai-string')).expect;
66const { startServer, stopServer } = require ( '../../test-libs' ) ;
77
88describe ( 'shoebox - put' , function ( ) {
9- this . timeout ( 80000 ) ;
9+ this . timeout ( 120000 ) ;
1010
1111 before ( function ( ) {
1212 return startServer ( ) ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const expect = require('chai').use(require('chai-string')).expect;
66const { startServer, stopServer } = require ( '../../test-libs' ) ;
77
88describe ( 'simple acceptance' , function ( ) {
9- this . timeout ( 80000 ) ;
9+ this . timeout ( 120000 ) ;
1010
1111 before ( function ( ) {
1212 return startServer ( ) ;
You can’t perform that action at this time.
0 commit comments