Module Name: src Committed By: martin Date: Thu May 15 14:53:05 UTC 2014
Modified Files: src/tests/fs/cd9660: t_high_ino_big_file.sh Log Message: Set a bigger timeout - this test needs > 3000s on my shark (mostly for unpacking the test image) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/cd9660/t_high_ino_big_file.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/fs/cd9660/t_high_ino_big_file.sh diff -u src/tests/fs/cd9660/t_high_ino_big_file.sh:1.1 src/tests/fs/cd9660/t_high_ino_big_file.sh:1.2 --- src/tests/fs/cd9660/t_high_ino_big_file.sh:1.1 Sat May 10 14:15:25 2014 +++ src/tests/fs/cd9660/t_high_ino_big_file.sh Thu May 15 14:53:05 2014 @@ -1,4 +1,4 @@ -# $NetBSD: t_high_ino_big_file.sh,v 1.1 2014/05/10 14:15:25 martin Exp $ +# $NetBSD: t_high_ino_big_file.sh,v 1.2 2014/05/15 14:53:05 martin Exp $ # # Copyright (c) 2014 The NetBSD Foundation, Inc. # All rights reserved. @@ -72,6 +72,7 @@ pr_kern_48787_head() { atf_set "descr" "Verifies 32bit overflow isssues from PR kern/48787 are fixed" atf_set "require.user" "root" atf_set "require.progs" "rump_cd9660 bunzip2 stat" + atf_set "timeout" 6000 } pr_kern_48787_body() {