Skip to content

Commit d47e4e8

Browse files
committed
fix: change one time back
1 parent ada3d98 commit d47e4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ async def test_agent_respects_publish_interval(self, client: PythAgentClient):
772772

773773
# Send an "update_price" request
774774
await client.update_price(price_account, 42, 2, "trading")
775-
time.sleep(5)
775+
time.sleep(1)
776776

777777
# Send another update_price request to "trigger" aggregation
778778
# (aggregation would happen if publish interval were to fail, but

0 commit comments

Comments
 (0)