Skip to content

tests/robustness: switch to kill if no panic after 10sec #24

tests/robustness: switch to kill if no panic after 10sec

tests/robustness: switch to kill if no panic after 10sec #24

name: Robustness Test
on: [push, pull_request]
permissions: read-all
jobs:
test:
uses: ./.github/workflows/robustness_template.yaml
with:
count: 10
testTimeout: 30m
runs-on: "['ubuntu-latest-8-cores']"