Skip to content

Commit 19d8b7b

Browse files
committed
timeout 20 min
1 parent 25154cf commit 19d8b7b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Test
8080
run: |
8181
bash ci/linux.sh
82-
timeout-minutes: 10
82+
timeout-minutes: 20
8383
env:
8484
CI_TARGET: ${{ matrix.rust-target }}
8585
CI_CGROUPS: ${{ matrix.cgroups }}

uml-ci/payload.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
sudo dnf install -y gcc gcc-c++ strace zip
4-
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain stable
3+
sudo dnf install -y strace zip
54
export CI_OS=fedora
65
export CI_CGROUPS=cgroup-v2
76
export CI_TARGET=x86_64-unknown-linux-musl

uml-ci/uml-slirp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
exec strace -f -o slirp.log slirp-fullbolt 'host addr 10.0.2.2' 'redir tcp 2224 10.0.2.15:22'
3+
exec slirp-fullbolt 'host addr 10.0.2.2' 'redir tcp 2224 10.0.2.15:22'

0 commit comments

Comments
 (0)