File tree Expand file tree Collapse file tree
test/integration/models/monitor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ def _delete_destination_with_bucket(
7979 client : LinodeClient , dest : LogsDestination , bucket : ObjectStorageBucket
8080):
8181 """Helper that deletes a logs destination and its backing OBJ bucket."""
82- send_request_when_resource_available (timeout = 600 , func = dest .delete )
82+ send_request_when_resource_available (timeout = 1800 , func = dest .delete )
8383 _empty_bucket (client , bucket )
84- send_request_when_resource_available (timeout = 600 , func = bucket .delete )
84+ send_request_when_resource_available (timeout = 1800 , func = bucket .delete )
8585
8686
8787def _skip_if_streams_exist (client : LinodeClient ):
@@ -368,7 +368,7 @@ def is_stream_updatable():
368368 LogsStreamStatus .inactive ,
369369 )
370370
371- wait_for_condition (30 , 1800 , is_stream_updatable )
371+ wait_for_condition (30 , 3600 , is_stream_updatable )
372372
373373
374374@_SKIP_STREAM_TESTS
You can’t perform that action at this time.
0 commit comments