Skip to content

Commit

Permalink
Extend e2e test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Jun 13, 2024
2 parents db8bc39 + 3183d2c commit dad182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function teardown {( set -e

function tests {( set -e
echo "[ ] Run tests..."
go test ./... -v -timeout 3m -parallel 5
go test ./... -v -timeout 10m -parallel 5
)}

function main {( set -e
Expand Down

0 comments on commit dad182a

Please sign in to comment.