Skip to content

Commit

Permalink
make start up node time larger to accommodate failing TestClusterSwit…
Browse files Browse the repository at this point in the history
…chover_MultiCluster
  • Loading branch information
Tarak Ben Youssef committed Sep 12, 2023
1 parent 0d09d55 commit dce50f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ jobs:
cache: true
- name: Setup tests (${{ matrix.targets.name }})
run: VERBOSE=1 make -e GO_TEST_PACKAGES="${{ matrix.targets.packages }}" install-tools
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run tests (${{ matrix.targets.name }})
uses: nick-fields/retry@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion engine/collection/test/cluster_switchover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (tc *ClusterSwitchoverTestCase) StartNodes() {
nodes = append(nodes, node)
}

unittest.RequireCloseBefore(tc.T(), util.AllReady(nodes...), time.Second, "could not start nodes")
unittest.RequireCloseBefore(tc.T(), util.AllReady(nodes...), 3*time.Second, "could not start nodes")

// start continuous delivery for all nodes
for _, node := range tc.nodes {
Expand Down

0 comments on commit dce50f9

Please sign in to comment.