We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0604d88 commit 1ca6334Copy full SHA for 1ca6334
tests/test_records.py
@@ -23,7 +23,11 @@
23
# Test parameters
24
DEVICE_NAME = "SOFT-IOC-TESTS"
25
RECORD_NAME = "OUT-RECORD"
26
-TIMEOUT = 5 # Seconds
+TIMEOUT = 10 # Seconds
27
+# Value is so large to accomodate very slow GitHub MacOS CI runners.
28
+# Most platforms only need a timeout of 3 to 5 seconds.
29
+# Not a particular problem on faster platforms - this is never used as a sleep
30
+# so tests will still run fast on platforms that can handle it.
31
32
33
def _clear_records():
0 commit comments