Module Name:    src
Committed By:   martin
Date:           Fri Feb 27 09:16:07 UTC 2015

Modified Files:
        src/tests/dev/sysmon: t_swsensor.sh

Log Message:
Double the timeout (to 120s) for slower machines


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/dev/sysmon/t_swsensor.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/dev/sysmon/t_swsensor.sh
diff -u src/tests/dev/sysmon/t_swsensor.sh:1.7 src/tests/dev/sysmon/t_swsensor.sh:1.8
--- src/tests/dev/sysmon/t_swsensor.sh:1.7	Sun Apr 14 16:07:46 2013
+++ src/tests/dev/sysmon/t_swsensor.sh	Fri Feb 27 09:16:07 2015
@@ -1,4 +1,4 @@
-# $NetBSD: t_swsensor.sh,v 1.7 2013/04/14 16:07:46 martin Exp $
+# $NetBSD: t_swsensor.sh,v 1.8 2015/02/27 09:16:07 martin Exp $
 
 get_sensor_info() {
 	rump.envstat -x | \
@@ -60,7 +60,7 @@ start_rump() {
 
 common_head() {
 	atf_set	descr		"$1"
-	atf_set	timeout		60
+	atf_set	timeout		120
 	atf_set	require.progs	rump.powerd rump.envstat rump.modload	\
 				rump.halt   rump.sysctl  rump_server	\
 				sed         grep         awk		\

Reply via email to