Skip to content

Commit 1db893d

Browse files
JustinBeckwithAce Nassri
authored and
Ace Nassri
committed
Fix failing sample tests (#126)
1 parent cf320ec commit 1db893d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/snippets/system-test/alerts.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test.before(async () => {
5555
},
5656
],
5757
duration: {
58-
seconds: 60,
58+
seconds: 120,
5959
},
6060
trigger: {
6161
count: 1,
@@ -86,7 +86,7 @@ test.before(async () => {
8686
},
8787
],
8888
duration: {
89-
seconds: 60,
89+
seconds: 120,
9090
},
9191
trigger: {
9292
count: 1,

0 commit comments

Comments
 (0)