Skip to content

Commit

Permalink
Increase foreground wait time again for CI (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Dec 19, 2023
1 parent b2d822e commit 4cf3f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_index_up_foreground(snapshot, tmpcwd, tmpenviron):
["index", "up"],
extra_filters=FILTERS,
# Send a keyboard interrupt after a bit — use a longer delay for slow CI machines
interrupt_after=10 if os.environ.get("CI") else 5,
interrupt_after=15 if os.environ.get("CI") else 5,
)
== snapshot
)
Expand Down

0 comments on commit 4cf3f52

Please sign in to comment.