Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Nov 22, 2023
1 parent 2a90923 commit f8dd44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/regress/test_layers_from_future.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_future_layers():
)
log.info(f"future layer path: {future_layer_path}")
pre_stat = future_layer_path.stat()
time.sleep(1.1) # so that we can use change in pre_stat.st_mtime to detect overwrites
time.sleep(1.1) # so that we can use change in pre_stat.st_mtime to detect overwrites

# force removal of layers from the future
tenant_conf = ps_http.tenant_config(tenant_id)
Expand Down

0 comments on commit f8dd44b

Please sign in to comment.