Skip to content

Commit 7259e8a

Browse files
committed
more generous timeout for resume check
Signed-off-by: Jack Luar <[email protected]>
1 parent 4e1eb2a commit 7259e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/test/resume_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ResumeCheck(unittest.TestCase):
3030
design = "gcd"
3131
samples = 5
3232
iterations = 2
33-
timeout = 120
33+
timeout = 200
3434

3535
def setUp(self):
3636
self.config = os.path.join(

0 commit comments

Comments
 (0)