Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Longer initial wait at start of wasm tests
  • Loading branch information
ianthomas23 committed Apr 27, 2026
commit fa0279b878ad2263760ce72bac868161ee503318
2 changes: 1 addition & 1 deletion test/conftest_wasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run_web_server():
cwd = pathlib.Path(__file__).parent.parent / "wasm/test"
proc = subprocess.Popen(["npm", "run", "serve"], stdout=f, stderr=f, cwd=cwd)
# Wait a bit until server ready to receive connections.
time.sleep(0.3)
time.sleep(0.5)
yield
proc.terminate()

Expand Down