Skip to content

Commit 5bf5aea

Browse files
committed
reduce_sleep_time
1 parent 3f1bc7f commit 5bf5aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/models/account/test_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_latest_get_event(test_linode_client, e2e_test_firewall):
110110
event["entity"]["id"] == linode.id for event in latest_events
111111
):
112112
break
113-
time.sleep(5)
113+
time.sleep(1)
114114
else:
115115
assert False, f"Linode '{label}' not found in recent events"
116116
finally:

0 commit comments

Comments
 (0)