Skip to content

Commit

Permalink
tests: lower timeout of attach_process_* tests
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 14, 2024
1 parent 5e977ac commit 496710d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tools/test_compiled.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ def runTest(self):
+ self.binaries
+ "/issue31",
False,
# 10 seconds
timeout=10
)
dom = cobertura.parseFile(self.outbase + "/kcov/issue31/cobertura.xml")
self.skipTest("Fickle test, ignoring")
Expand All @@ -313,6 +315,8 @@ def runTest(self):
+ self.binaries
+ "/thread-test",
False,
# 10 seconds
timeout=10
)
dom = cobertura.parseFile(self.outbase + "/kcov/thread-test/cobertura.xml")
self.skipTest("Fickle test, ignoring")
Expand Down

0 comments on commit 496710d

Please sign in to comment.