Skip to content

Commit e0c9dab

Browse files
committed
Remove unnecessary timeout from workflow test
1 parent 62eedfe commit e0c9dab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/tests/foundry.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test.describe('LogScale Data Ingestion - E2E Tests', () => {
3737
});
3838

3939
test.describe('LogScale Workflow - E2E Tests', () => {
40-
test('should execute Ingest Data to LogScale workflow', { timeout: 180_000 }, async ({ workflowsPage }) => {
40+
test('should execute Ingest Data to LogScale workflow', async ({ workflowsPage }) => {
4141
await workflowsPage.navigateToWorkflows();
4242
await workflowsPage.verifyWorkflowExists('Ingest Data to LogScale');
4343
await workflowsPage.executeAndVerifyWorkflow('Ingest Data to LogScale');

0 commit comments

Comments
 (0)