Skip to content

Commit fa61ebd

Browse files
authored
test(uptime): Extend uptime edit test timeout (#97772)
1 parent 8fb2fd4 commit fa61ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/alerts/rules/uptime/uptimeAlertForm.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe('Uptime Alert Form', function () {
238238
}),
239239
})
240240
);
241-
});
241+
}, 20_000);
242242

243243
it('does not show body for GET and HEAD', async function () {
244244
OrganizationStore.onUpdate(organization);

0 commit comments

Comments
 (0)