fix smoke test

This commit is contained in:
Lachlan Kermode
2019-05-21 12:03:34 +01:00
parent aaeb7a9571
commit 9f1f6683d1

View File

@@ -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