File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 ( 20000 ) ;
9+ this . timeout ( 30000 ) ;
1010
1111 before ( function ( ) {
1212 return startServer ( ) ;
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ const request = RSVP.denodeify(require('request'));
55const expect = require ( 'chai' ) . use ( require ( 'chai-string' ) ) . expect ;
66const { startServer, stopServer } = require ( '../../test-libs' ) ;
77
8- describe . only ( 'shoebox - put' , function ( ) {
9- this . timeout ( 20000 ) ;
8+ describe ( 'shoebox - put' , function ( ) {
9+ this . timeout ( 30000 ) ;
1010
1111 before ( function ( ) {
1212 return startServer ( ) ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const stopServer = () => {
2222
2323 killCliProcess ( server ) ;
2424
25- return longRunningServerPromise . then ( ( ) => {
25+ return longRunningServerPromise . catch ( ( ) => {
2626 server = null ;
2727 } ) ;
2828} ;
You can’t perform that action at this time.
0 commit comments