Skip to content

Commit

Permalink
Bump test timeout for p2p
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed May 14, 2024
1 parent f8b9f6a commit 073a374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/p2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"clean": "rm -rf ./dest .tsbuildinfo",
"formatting": "run -T prettier --check ./src && run -T eslint ./src",
"formatting:fix": "run -T eslint --fix ./src && run -T prettier -w ./src",
"test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests",
"test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --timeout 15000",
"start": "node ./dest",
"start:dev": "tsc-watch -p tsconfig.json --onSuccess 'yarn start'"
},
Expand Down Expand Up @@ -96,4 +96,4 @@
"engines": {
"node": ">=18"
}
}
}

0 comments on commit 073a374

Please sign in to comment.