mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
fix smoke test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user