Skip to content

Commit ad08127

Browse files
committed
WIP - Sleep
1 parent efba36b commit ad08127

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/system/test_introspection.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import signal
44
import subprocess
55
from pathlib import Path
6+
from time import sleep
67

78
import pytest
89

@@ -48,6 +49,8 @@ def sim_eiger_controller(request):
4849
if "Starting HTTP server..." in line:
4950
break
5051

52+
sleep(3)
53+
5154
yield EigerController("127.0.0.1", 8081)
5255

5356
proc.send_signal(signal.SIGINT)

0 commit comments

Comments
 (0)