Skip to content

Commit

Permalink
adding extra time for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Perki committed Apr 19, 2024
1 parent b57fc76 commit 4e6fadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/pryv/test/Connection.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ describe('Connection', () => {
{
method: 'accesses.create',
params: {
name: 'test',
name: 'test' + Math.round(Math.random() * 10000),
permissions: [
{
streamId: 'data',
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test-cover component *params:

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

# Run browser tests (assumes browser files are built)
test-browser:
Expand Down

0 comments on commit 4e6fadb

Please sign in to comment.