Skip to content

Commit 1ca6334

Browse files
Bump timeout further still for MacOS CI runners
1 parent 0604d88 commit 1ca6334

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_records.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
# Test parameters
2424
DEVICE_NAME = "SOFT-IOC-TESTS"
2525
RECORD_NAME = "OUT-RECORD"
26-
TIMEOUT = 5 # Seconds
26+
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.
2731

2832

2933
def _clear_records():

0 commit comments

Comments
 (0)