Skip to content

Commit 4e6fadb

Browse files
author
Perki
committed
adding extra time for CI
1 parent b57fc76 commit 4e6fadb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/pryv/test/Connection.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ describe('Connection', () => {
421421
{
422422
method: 'accesses.create',
423423
params: {
424-
name: 'test',
424+
name: 'test' + Math.round(Math.random() * 10000),
425425
permissions: [
426426
{
427427
streamId: 'data',

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test-cover component *params:
6060

6161
# Run tests for ci
6262
test-cover-ci:
63-
NODE_ENV=test COMPONENT=all nyc --reporter=lcov components-run npx mocha
63+
NODE_ENV=test COMPONENT=all nyc --reporter=lcov components-run npx mocha -- --timeout 20000
6464

6565
# Run browser tests (assumes browser files are built)
6666
test-browser:

0 commit comments

Comments
 (0)