Skip to content

Commit fa0279b

Browse files
committed
Longer initial wait at start of wasm tests
1 parent f883331 commit fa0279b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/conftest_wasm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run_web_server():
4646
cwd = pathlib.Path(__file__).parent.parent / "wasm/test"
4747
proc = subprocess.Popen(["npm", "run", "serve"], stdout=f, stderr=f, cwd=cwd)
4848
# Wait a bit until server ready to receive connections.
49-
time.sleep(0.3)
49+
time.sleep(0.5)
5050
yield
5151
proc.terminate()
5252

0 commit comments

Comments
 (0)