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 Jul 31, 2023
1 parent 7757dc0 commit b48276e
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 @@ -78,7 +78,7 @@ def wait_for_datanode_sync(
)
while core_time > trading_time:
logging.debug(f"Sleeping in wait_for_datanode_sync for {0.005 * 1.1**attempts}")
time.sleep(0.05 * 1.1**attempts)
time.sleep(0.001 * 1.1**attempts)
try:
trading_time = retry(
10,
Expand Down

0 comments on commit b48276e

Please sign in to comment.