summaryrefslogtreecommitdiffstats
path: root/scripts/qemuimage-tests
diff options
context:
space:
mode:
authorJiajun Xu <jiajun.xu@intel.com>2011-06-24 15:53:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:28:32 +0100
commitd08a341af77ac0ad618d4033a18f33ac1fc98fb2 (patch)
treeb4693a9bb284efb662f6b6f69f0dc74fac87a7e0 /scripts/qemuimage-tests
parent7b4eb14c541bb41655c4340f6fbf190db1c346ed (diff)
downloadpoky-d08a341af77ac0ad618d4033a18f33ac1fc98fb2.tar.gz
qemuimagetest: update cvs and iptables to newer version for toolchain test
The old versions of cvs and iptables may meet compile error under some architecture - cvs 1.11.23 fails on x86-64 host and iptables 1.4.9 fails on arm host. Update them to latest version could solve these build error. Meanwhile, 240s timeout is set for sudoku becasue 120s is not enough to finish compile. Signed-off-by Jiajun Xu <jiajun.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/qemuimage-tests')
-rwxr-xr-xscripts/qemuimage-tests/toolchain/sudoku-savant2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemuimage-tests/toolchain/sudoku-savant b/scripts/qemuimage-tests/toolchain/sudoku-savant
index 603afe63ee..3d149dea27 100755
--- a/scripts/qemuimage-tests/toolchain/sudoku-savant
+++ b/scripts/qemuimage-tests/toolchain/sudoku-savant
@@ -11,7 +11,7 @@
11# 11#
12. $COREBASE/scripts/qemuimage-testlib 12. $COREBASE/scripts/qemuimage-testlib
13 13
14TIMEOUT=120 14TIMEOUT=240
15 15
16# Extract and test toolchain tarball 16# Extract and test toolchain tarball
17Test_Toolchain sudoku-savant ${TIMEOUT} 17Test_Toolchain sudoku-savant ${TIMEOUT}