Skip to content

Commit bc2c7a7

Browse files
committed
Bump dataset wait time
1 parent 5019e7e commit bc2c7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirro/sdk/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def upload_dataset(
160160
if attempt == max_attempts - 1:
161161
raise e
162162
else:
163-
sleep(1)
163+
sleep(2)
164164

165165

166166
class DataPortalProjects(DataPortalAssets[DataPortalProject]):

0 commit comments

Comments
 (0)