Skip to content

Commit

Permalink
changed sleep time to .5seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
seesteins committed Jun 22, 2024
1 parent e28cde3 commit 07d6d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geoserver/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def create_coveragestore(
while name not in [
store.name for store in self.get_stores(workspaces=[workspace])
]:
sleep(1)
sleep(.5)

return self.get_resources(names=layer_name, workspaces=[workspace])[0]

Expand Down

0 comments on commit 07d6d2a

Please sign in to comment.