We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d05487 commit e78c509Copy full SHA for e78c509
tests/periman/test_periman.py
@@ -17,7 +17,7 @@ def test_periman(dut):
17
18
while True:
19
try:
20
- res = dut.expect(pattern, timeout=60)
+ res = dut.expect(pattern, timeout=120)
21
except Exception as e: # noqa: F841
22
assert False, "Could not detect end of test"
23
0 commit comments