[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v1] automation: fix xilinx test timeout length
On Fri, 23 Aug 2024, victorm.lira@xxxxxxx wrote: > From: Victor Lira <victorm.lira@xxxxxxx> > > The timout is too short which causes the test to sometimes fail. I can fix the timout typo on commit Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> > --- > Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx> > --- > automation/scripts/xilinx-smoke-dom0-x86_64.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/automation/scripts/xilinx-smoke-dom0-x86_64.sh > b/automation/scripts/xilinx-smoke-dom0-x86_64.sh > index 4559e2b9ee..2b4d5f6af8 100755 > --- a/automation/scripts/xilinx-smoke-dom0-x86_64.sh > +++ b/automation/scripts/xilinx-smoke-dom0-x86_64.sh > @@ -27,7 +27,7 @@ memory = 512 > vif = [ "bridge=xenbr0", ] > disk = [ ] > ' > -TIMEOUT_SECONDS=200 > +TIMEOUT_SECONDS=300 > > # Select test variant. > if [ "${TEST}" = "ping" ]; then > -- > 2.37.6 >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |