Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add additional delay to "run: run" test.
  • Loading branch information
benjamn committed Sep 29, 2016
1 parent 295d3d5 commit dd3fe9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tests/run.js
Expand Up @@ -106,6 +106,7 @@ try {
run.match('s.json: parse error reading settings file');
run.match('Waiting for file change');
s.write('s.json', '{}');
run.waitSecs(15);
run.match('App running at');
run.stop();

Expand Down

0 comments on commit dd3fe9a

Please sign in to comment.