Skip to content

Commit

Permalink
Speed up sequential tests by reducing sleep duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Dec 10, 2024
1 parent d842bb3 commit 2b13d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/output_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ def test_issue_1418(self) -> None:
description = echo $out
build a: echo
delay = 3
delay = 0.9
build b: echo
delay = 2
delay = 0.6
build c: echo
delay = 1
delay = 0.3
''', '-j3'),
'''[1/3] echo c\x1b[K
c
Expand Down

0 comments on commit 2b13d8e

Please sign in to comment.