Skip to content

Commit

Permalink
revert sleep duration
Browse files Browse the repository at this point in the history
  • Loading branch information
abyesilyurt committed Sep 18, 2024
2 parents ab412f2 + 02c4561 commit e48b05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/bigquery/helpers/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async def await_scenario(
print(
f"async await_for_scenario: {scenario_name}. Time left: {time_left}"
)
await asyncio.sleep(5)
await asyncio.sleep(1)
return False

def scenario_completed(self, scenario_name: str) -> bool:
Expand Down

0 comments on commit e48b05d

Please sign in to comment.