Skip to content

Commit

Permalink
Increase Skipper wait duration
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak committed Jul 9, 2022
1 parent 0c031e7 commit 0fac314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
name: Wait for Souin is really loaded inside Go-zero as middleware
uses: jakejarvis/wait-action@master
with:
time: 50s
time: 60s
-
name: Set Go-zero logs configuration result as environment variable
run: cd plugins/go-zero && echo "$(make load-checker)" >> $GITHUB_ENV
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
name: Wait for Souin is really loaded inside Skipper as middleware
uses: jakejarvis/wait-action@master
with:
time: 50s
time: 60s
-
name: Set Skipper logs configuration result as environment variable
run: cd plugins/skipper && echo "$(make load-checker)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_plugins_generator.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

plugins=("beego" "chi" "dotweb" "echo" "fiber" "gin" "go-zero" "goyave" "kratos" "skipper" "souin" "traefik" "tyk" "webgo")
durations=("35" "30" "30" "30" "45" "30" "50" "35" "50" "50" "40" "30" "30" "30")
durations=("35" "30" "30" "30" "45" "30" "60" "35" "50" "60" "40" "30" "30" "30")
versions=("16" "16" "16" "16" "16" "16" "16" "16" "18" "18" "16" "16" "16" "16")

IFS= read -r -d '' tpl <<EOF
Expand Down

0 comments on commit 0fac314

Please sign in to comment.