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 0d02745
Showing 1 changed file with 1 addition and 1 deletion.
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" "50" "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 0d02745

Please sign in to comment.