mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
adjust waitToStart
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
var selftest = require('../tool-testing/selftest.js');
|
||||
var Sandbox = selftest.Sandbox;
|
||||
|
||||
const waitToStart = 10;
|
||||
// No need for a high value since the asserts already wait long enough to pass tests
|
||||
const waitToStart = 5;
|
||||
|
||||
async function writeModernConfig(s, modernConfig) {
|
||||
const json = JSON.parse(s.read("package.json"));
|
||||
|
||||
Reference in New Issue
Block a user