summaryrefslogtreecommitdiff
path: root/tests/dev/sysmon
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2015-02-27 09:16:07 +0000
committermartin <martin@NetBSD.org>2015-02-27 09:16:07 +0000
commita708ca1ca93942e5b79a5069f00042bad015f997 (patch)
treec318dbe8ad44c0a606736842c849c76e1a22f0f7 /tests/dev/sysmon
parent66d109c0eb9ed3a4580e89d05e7b9e895b786146 (diff)
Double the timeout (to 120s) for slower machines
Diffstat (limited to 'tests/dev/sysmon')
-rw-r--r--tests/dev/sysmon/t_swsensor.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dev/sysmon/t_swsensor.sh b/tests/dev/sysmon/t_swsensor.sh
index 5b54431fad8..75b716c7edf 100644
--- a/tests/dev/sysmon/t_swsensor.sh
+++ b/tests/dev/sysmon/t_swsensor.sh
@@ -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 \