Skip to content

Commit 5c6a57d

Browse files
committed
turn on reload test
1 parent e56395e commit 5c6a57d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/framework-golden-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
config: chaos.toml
3131
count: 1
3232
timeout: 10m
33+
- name: TestReload
34+
config: reload.toml
35+
count: 1
36+
timeout: 10m
3337
steps:
3438
- name: Checkout repo
3539
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

framework/examples/myproject/reload_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func TestReload(t *testing.T) {
5353
require.NoError(t, err)
5454

5555
// deploy second time
56-
_, err = chaos.ExecPumba("rm --volumes=false re2:node.*|postgresql.*", 1*time.Second)
56+
_, err = chaos.ExecPumba("rm --volumes=false re2:node.*|postgresql.*", 5*time.Second)
5757
require.NoError(t, err)
5858
ns.UpdateNodeConfigs(in.NodeSet, `
5959
[Log]

0 commit comments

Comments
 (0)