From c7639c4e1a9efc972a856ea5bf2fed78fb8bca08 Mon Sep 17 00:00:00 2001 From: "Simon B.Robert" Date: Wed, 14 May 2025 15:52:38 -0400 Subject: [PATCH] bump timeout for RMN curse uncurse test --- .github/integration-in-memory-tests.yml | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/integration-in-memory-tests.yml b/.github/integration-in-memory-tests.yml index fcd6b8a4fd7..7a56cdedb60 100644 --- a/.github/integration-in-memory-tests.yml +++ b/.github/integration-in-memory-tests.yml @@ -164,7 +164,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurse$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurse$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseBypass @@ -174,7 +174,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseBypass$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseBypass$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseIdempotent @@ -184,7 +184,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseIdempotent$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseIdempotent$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNUncurseIdempotent @@ -194,7 +194,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseIdempotent$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseIdempotent$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNUncurse @@ -204,7 +204,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurse$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurse$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNUncurseBypass @@ -214,7 +214,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseBypass$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseBypass$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseConfigValidate @@ -224,7 +224,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseConfigValidate$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseConfigValidate$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseNoConnectedLanes @@ -234,7 +234,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseNoConnectedLanes$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseNoConnectedLanes$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseOneConnectedLanes @@ -244,7 +244,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanes$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanes$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseOneConnectedLanesSolana @@ -254,7 +254,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesSolana$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesSolana$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseOneConnectedLanesGlobalOnly @@ -264,7 +264,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesGlobalOnly$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesGlobalOnly$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNCurseOneConnectedLanesLaneOnlyOnSource @@ -274,7 +274,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesLaneOnlyOnSource$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNCurseOneConnectedLanesLaneOnlyOnSource$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go:TestRMNUncurseForceOption @@ -284,7 +284,7 @@ runner-test-matrix: triggers: - PR Integration CCIP Tests - Nightly Integration CCIP Tests - test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseForceOption$" -timeout 20m -test.parallel=1 -count=1 -json + test_cmd: go test smoke/ccip/ccip_cs_rmn_curse_uncurse_test.go -run "^TestRMNUncurseForceOption$" -timeout 30m -test.parallel=1 -count=1 -json test_go_project_path: integration-tests - id: smoke/ccip/ccip_disable_lane_test.go:*