Skip to content

Commit a5487f3

Browse files
committed
general wait
1 parent 83d2bb3 commit a5487f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def server():
1717
try:
1818
requests.get(f"{s}/health")
1919
break
20-
except OSError:
20+
except Exception:
2121
if count < 0:
2222
raise
2323
count -= 1

0 commit comments

Comments
 (0)