Skip to content

Commit e562ad3

Browse files
bump timeout
1 parent 24caed9 commit e562ad3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • transcripts/share-apis/contributions

transcripts/share-apis/contributions/run.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ transcript_ucm transcript merge-contribution-branches.md
119119
fetch "$transcripts_user" GET merged-contribution '/users/transcripts/projects/bca-updates/contributions/1'
120120

121121
# Hacky, but since namespace diffs are computed asynchronously, we just block here until there are 5 (the number this
122-
# test creates). Don't wait more than 10 seconds, just in case.
122+
# test creates). Don't wait more than 30 seconds, just in case.
123123
expectedNumberOfNamespaceDiffs=5
124-
for i in {1..5}; do
124+
for i in {1..30}; do
125125
if [[ $(pg_sql "select count(*) from namespace_diffs;") -lt $expectedNumberOfNamespaceDiffs ]]; then
126126
sleep 1
127127
else

0 commit comments

Comments
 (0)