From 9f1f6683d16a02e7a29251d2fd4a7a6968db7c1d Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Tue, 21 May 2019 12:03:34 +0100 Subject: [PATCH] fix smoke test --- test/server_process.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/server_process.js b/test/server_process.js index 5383859..649ae1c 100644 --- a/test/server_process.js +++ b/test/server_process.js @@ -1,8 +1,8 @@ import test from 'ava' -var childProcess = require('childProcess') +var childProcess = require('child_process') var http = require('http') -const SERVER_LAUNCH_WAIT_TIME = 5 * 1000 +const SERVER_LAUNCH_WAIT_TIME = 10 * 1000 var serverProc = null var serverExited = false