Add timeout for workaround hang test

This commit is contained in:
Wildan M
2025-12-19 19:13:03 +07:00
parent c895f71df8
commit cad498d8de
+2 -1
View File
@@ -58,7 +58,8 @@ test:x86_64:
stage: test
needs: [x86_64]
script:
- ./check.sh --arch=x86_64 --test
# timeout: https://gitlab.redox-os.org/redox-os/relibc/-/issues/238
- timeout -s KILL 9m ./check.sh --arch=x86_64 --test
test:aarch64:
stage: test