We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24caed9 commit e562ad3Copy full SHA for e562ad3
1 file changed
transcripts/share-apis/contributions/run.zsh
@@ -119,9 +119,9 @@ transcript_ucm transcript merge-contribution-branches.md
119
fetch "$transcripts_user" GET merged-contribution '/users/transcripts/projects/bca-updates/contributions/1'
120
121
# 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.
+# test creates). Don't wait more than 30 seconds, just in case.
123
expectedNumberOfNamespaceDiffs=5
124
-for i in {1..5}; do
+for i in {1..30}; do
125
if [[ $(pg_sql "select count(*) from namespace_diffs;") -lt $expectedNumberOfNamespaceDiffs ]]; then
126
sleep 1
127
else
0 commit comments