mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add timeout to static-html test.
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user