Skip to content

Commit

Permalink
Increase timeout once again. (#5021)
Browse files Browse the repository at this point in the history
When failpoint is early in deletion process it takes longer to complete
after failpoint is removed.

Example was: https://neon-github-public-dev.s3.amazonaws.com/reports/main/5889544346/index.html#suites/3556ed71f2d69272a7014df6dcb02317/49826c68ce8492b1
  • Loading branch information
LizardWizzard authored Aug 17, 2023
1 parent 3e4710c commit 64fc7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/fixtures/pageserver/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ def tenant_delete_wait_completed(


def poll_for_remote_storage_iterations(remote_storage_kind: RemoteStorageKind) -> int:
return 30 if remote_storage_kind is RemoteStorageKind.REAL_S3 else 10
return 40 if remote_storage_kind is RemoteStorageKind.REAL_S3 else 10

1 comment on commit 64fc7ea

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1676 tests run: 1594 passed, 0 failed, 82 skipped (full report)


The comment gets automatically updated with the latest test results
64fc7ea at 2023-08-17T13:22:07.551Z :recycle:

Please sign in to comment.