Skip to content

Commit

Permalink
ci/cli: increase timeout for scalabilty test
Browse files Browse the repository at this point in the history
Needed because cluster state check takes more time now.

Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Nov 16, 2023
1 parent d78e986 commit e611c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ISO:=$(shell file -Ls $(ROOT_DIR)/*.iso 2>/dev/null | awk -F':' '/boot sector/ {
# Define Ginkgo timeout for the tests
GINKGO_TIMEOUT?=3600
ifdef VM_NUMBERS
ifeq ($(shell expr $(VM_NUMBERS) \> 80), 1)
ifeq ($(shell expr $(VM_NUMBERS) \> 50), 1)
GINKGO_TIMEOUT=7200
endif
endif
Expand Down

0 comments on commit e611c52

Please sign in to comment.