Skip to content

Commit

Permalink
increase how much time is spent checking current processes due to lon…
Browse files Browse the repository at this point in the history
…ger times on github
  • Loading branch information
adamcantor22 committed Jul 19, 2024
1 parent 02bdc66 commit d4fb501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmeds/tests/unit/test_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_b_start_analysis(self):
procs = proc
elif proc not in procs:
procs += proc
timeout += 1
timeout += 20
sleep(0.2)

self.assertTrue(info == procs[0] or info == procs[1])
Expand Down

0 comments on commit d4fb501

Please sign in to comment.