Просмотр исходного кода

#2541 Wait for long enough that the screenshot test must have started

Richard Tingle 1 месяц назад
Родитель
Сommit
1505c799ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/screenshot-test-comment.yml

+ 1 - 1
.github/workflows/screenshot-test-comment.yml

@@ -21,7 +21,7 @@ jobs:
       contents: read
     steps:
       - name: Wait for GitHub to register the workflow run
-        run: sleep 15
+        run: sleep 120
 
       - name: Wait for Screenshot Tests to complete
         uses: lewagon/[email protected]