Skip to content

Commit

Permalink
change timeout to 50000
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Sep 22, 2024
1 parent fc0ae58 commit 5771f2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/queryEditor.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { test, expect } from '@grafana/plugin-e2e';
import { MongoClient } from 'mongodb';

test.setTimeout(50000);

test.beforeAll(async ({ createDataSource, readProvisionedDataSource }) => {
const ds = await readProvisionedDataSource({ fileName: 'test/mongo-no-auth.yml' });
await createDataSource(ds);
Expand Down

0 comments on commit 5771f2f

Please sign in to comment.