Skip to content

Commit

Permalink
tests/qtest/meson.build: Bump the boot-serial-test timeout to 4 minutes
Browse files Browse the repository at this point in the history
When running with TCI, the boot-serial-test can take longer than 3 minutes:

 https://gitlab.com/qemu-project/qemu/-/jobs/5890481086#L4774

Bump the timeout to 4 minutes to avoid CI failures here.

Message-ID: <20240115071146.31213-1-thuth@redhat.com>
Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
huth committed Jan 16, 2024
1 parent 977542d commit cfae053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qtest/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slow_qtests = {
'test-hmp' : 240,
'pxe-test': 600,
'prom-env-test': 360,
'boot-serial-test': 180,
'boot-serial-test': 240,
'qos-test': 120,
}

Expand Down

0 comments on commit cfae053

Please sign in to comment.