We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672a127 commit c92e326Copy full SHA for c92e326
static/app/views/automations/new.spec.tsx
@@ -529,7 +529,7 @@ describe('AutomationNewSettings', () => {
529
expect(expectedAction).toBeDefined();
530
expect(action).toEqual(expect.objectContaining(expectedAction));
531
});
532
- }, 10000);
+ }, 30000);
533
534
it('sends test notification with project slug from connected monitor', async () => {
535
jest.spyOn(indicators, 'addSuccessMessage');
0 commit comments