Skip to content

Commit

Permalink
xxxxxxx
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <jmulligan@redhat.com>
  • Loading branch information
phlogistonjohn committed Aug 26, 2022
1 parent f22c550 commit e038c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export PATH=${PATH}:${LOCAL_BINDIR}

gtest() {
if [ "$SMBOP_TEST_CLUSTERED" ]; then
go test -tags integration -v -count 1 -timeout 20m "$@"
go test -tags integration -v -count 1 -timeout 30m "$@"
else
go test -tags integration -v -count 1 "$@"
go test -tags integration -v -count 1 -timeout 20m "$@"
fi
}

Expand Down

0 comments on commit e038c17

Please sign in to comment.