Skip to content

Commit

Permalink
Increase timeout for testing events (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito authored Mar 20, 2024
1 parent a20ec2b commit ece46f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)
from .fixtures.datasets import DATASET, DATASET_DELETION_EVENT, DATASET_UPSERTION_EVENT

TIMEOUT = 5
TIMEOUT = 10
RETRY_INTERVAL = 0.05
RETRIES = round(TIMEOUT / RETRY_INTERVAL)

Expand Down

0 comments on commit ece46f3

Please sign in to comment.