There was an error while loading. Please reload this page.
1 parent 62eedfe commit e0c9dabCopy full SHA for e0c9dab
1 file changed
e2e/tests/foundry.spec.ts
@@ -37,7 +37,7 @@ test.describe('LogScale Data Ingestion - E2E Tests', () => {
37
});
38
39
test.describe('LogScale Workflow - E2E Tests', () => {
40
- test('should execute Ingest Data to LogScale workflow', { timeout: 180_000 }, async ({ workflowsPage }) => {
+ test('should execute Ingest Data to LogScale workflow', async ({ workflowsPage }) => {
41
await workflowsPage.navigateToWorkflows();
42
await workflowsPage.verifyWorkflowExists('Ingest Data to LogScale');
43
await workflowsPage.executeAndVerifyWorkflow('Ingest Data to LogScale');
0 commit comments