Add timeout to static-html test.

This commit is contained in:
Ben Newman
2017-08-03 21:11:02 -04:00
parent ada135f124
commit 22e86ce208

View File

@@ -54,7 +54,8 @@ selftest.define("static-html - throws error", () => {
s.cd('myapp');
const run = startRun(s);
run.matchBeforeExit("Attributes on <head> not supported");
run.match("Attributes on <head> not supported");
run.waitSecs(90);
run.stop();
});