Add timeout for workaround hang test
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user