Add additional delay to "run: run" test.

This commit is contained in:
Ben Newman
2016-09-29 16:03:02 -04:00
parent 295d3d5678
commit dd3fe9a264

View File

@@ -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();