Skip to content

Commit

Permalink
feat: Test single worker time
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMcL committed Aug 7, 2023
1 parent bbcba4c commit f1338ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vega_sim/api/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def wait_for_core_catchup(
0.5,
lambda: core_data_client.GetVegaTime(GetVegaTimeRequest()).timestamp,
)
time.sleep(0.0001 * 1.03**attempts)
time.sleep(0.001 * 1.03**attempts)
core_time_two = retry(
10,
0.5,
Expand Down

0 comments on commit f1338ae

Please sign in to comment.