tests: Increase timeout for signals test

This commit is contained in:
Fabian Homborg
2020-08-10 20:58:44 +02:00
parent 8301aa9929
commit a7305c7082

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from pexpect_helper import SpawnedProc
sp = SpawnedProc()
sp = SpawnedProc(timeout=10)
send, sendline, sleep, expect_prompt, expect_re, expect_str = (
sp.send,
sp.sendline,