Skip to content

Commit

Permalink
Increase delay for execute_duration test, remove unused pytest-split …
Browse files Browse the repository at this point in the history
…plugin
  • Loading branch information
littleK0i committed Dec 29, 2024
1 parent a568a50 commit 8ec4e74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ postgres =
dev =
black
pytest
pytest-split
ruff
2 changes: 1 addition & 1 deletion test/condition/execute_duration.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_condition_execute_duration(helper):
JOIN snowflake_sample_data.tpch_sf100.customer b ON (a.c_custkey > b.c_custkey)
""")

helper.sleep(30)
helper.sleep(60)

try:
engine = SnowKillEngine(snowkill_con)
Expand Down

0 comments on commit 8ec4e74

Please sign in to comment.