Skip to content

Commit cfa1b6e

Browse files
committed
Merge branch 'feature/formatting-sponsor' into feature/poco-sponsoring
2 parents 6cde1a8 + 50d1bdb commit cfa1b6e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.mocharc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"extension": ["ts"],
33
"spec": "itest/**/*.ts",
44
"require": ["ts-node/register"],
5-
"timeout": 600000
5+
"timeout": 1000000
66
}

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM node:22
22
WORKDIR /iexec-poco-subgraph
3+
RUN apt-get update && apt-get install -y git
34
COPY package*.json .
45
RUN npm ci
56
COPY schema.graphql .

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"create": "graph create ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020}",
1313
"deploy": "graph deploy ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020} --ipfs ${IPFS_URL:-http://localhost:5001} --version-label ${VERSION_LABEL:-bellecour/poco-v5}",
1414
"deploy:all": "npm run build && npm run create && npm run deploy",
15-
"itest": "DEBUG=testcontainers:* mocha"
15+
"itest": "DEBUG=:* mocha"
1616
},
1717
"lint-staged": {
1818
"*.{js,ts}": [

0 commit comments

Comments
 (0)