diff --git a/.github/workflows/example-IEEE14.yml b/.github/workflows/example-IEEE14.yml index 269dcb5..c50775b 100644 --- a/.github/workflows/example-IEEE14.yml +++ b/.github/workflows/example-IEEE14.yml @@ -24,7 +24,7 @@ jobs: ort_url: 'https://github.com/microsoft/onnxruntime/releases/download/v1.12.1/onnxruntime-linux-x64-1.12.1.tgz' ort_archieve_name: 'onnxruntime-linux-x64-1.12.1.tgz' ort_dir: 'onnxruntime-linux-x64-1.12.1' - timeout-minutes: 120 + timeout-minutes: 60 steps: - uses: actions/checkout@v4