Skip to content

Commit

Permalink
increase timeout in TestThreadedCSVTableRead::test_cancellation
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 21, 2024
1 parent 8169d6e commit b1931f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ def signal_from_thread():
pytest.fail("Failed to get an interruption during CSV reading")

# Interruption should have arrived timely
assert last_duration <= 1.0
assert last_duration <= 2.0
e = exc_info.__context__
assert isinstance(e, pa.ArrowCancelled)
assert e.signum == signum
Expand Down

0 comments on commit b1931f1

Please sign in to comment.