Skip to content

Commit 47a9e49

Browse files
committed
increase timeout
1 parent 2d1bae5 commit 47a9e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queryEditor.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { EJSON } from 'bson';
44
import { test, expect } from '@grafana/plugin-e2e';
55
import { MongoClient } from 'mongodb';
66

7-
test.setTimeout(100000);
7+
test.setTimeout(1000000);
88

99
/**
1010
*

0 commit comments

Comments
 (0)