Skip to content

Commit

Permalink
chore: increase timeout for double-registration test (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin authored Jan 15, 2025
1 parent 54d54d1 commit 1551115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forester-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
{name: "address-batched", command: "test_address_batched", timeout: 60, needs-test-program: true},
{name: "state-batched", command: "test_state_batched", timeout: 60, needs-test-program: false},
{name: "2-foresters", command: "test_epoch_monitor_with_2_foresters", timeout: 60, needs-test-program: false},
{name: "double-registration", command: "test_epoch_double_registration", timeout: 30, needs-test-program: false}
{name: "double-registration", command: "test_epoch_double_registration", timeout: 60, needs-test-program: false}
]
name: test-${{ matrix.test-name.name }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1551115

Please sign in to comment.