feat: add timout

This commit is contained in:
darshankabariya 2026-04-29 12:39:08 +05:30
parent a9f241e032
commit 03239f3521
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -107,6 +107,7 @@ jobs:
run: mkdir -p tmp
- name: Building wakunode2.exe
timeout-minutes: 45
run: |
export PATH="$GITHUB_WORKSPACE/.nim_runtime/bin:$HOME/.nimble/bin:$PATH"
make wakunode2 V=3 -j${{ env.NPROC }}
@ -129,4 +130,4 @@ jobs:
else
echo "Build failed: libwaku.dll not found"
exit 1
fi
fi