Skip to content

Commit

Permalink
Add sleep 20
Browse files Browse the repository at this point in the history
  • Loading branch information
DeividasK committed Nov 26, 2024
1 parent c9c9228 commit a86bff5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/tests/workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,9 @@ targets:
signers,
))

// Wait for nodes to boot
time.Sleep(20 * time.Second)

// Configure OCR capability contract
ocr3Config := generateOCR3Config(t, workflowNodesetInfo)
tx, err = ocr3CapabilityContract.SetConfig(
Expand Down

0 comments on commit a86bff5

Please sign in to comment.