Skip to content

Commit e78c509

Browse files
committed
Test
1 parent 1d05487 commit e78c509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/periman/test_periman.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_periman(dut):
1717

1818
while True:
1919
try:
20-
res = dut.expect(pattern, timeout=60)
20+
res = dut.expect(pattern, timeout=120)
2121
except Exception as e: # noqa: F841
2222
assert False, "Could not detect end of test"
2323

0 commit comments

Comments
 (0)