Skip to content

Commit

Permalink
adding buffer time for integration timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Sep 11, 2023
1 parent 94e3456 commit 8930c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def test_benchmark_single_table_timeout():
total_time = time.time() - start_time

# Assert
assert total_time < 20.0
assert total_time < 50.0 # Buffer time for code not in timeout
expected_scores = pd.DataFrame({
'Synthesizer': {0: 'GaussianCopulaSynthesizer'},
'Dataset': {0: 'insurance'},
Expand Down

0 comments on commit 8930c3e

Please sign in to comment.