From 0fb571e6786e20ad62accb7f86fbe4fda6824583 Mon Sep 17 00:00:00 2001 From: wcohen Date: Wed, 24 Jan 2007 22:14:20 +0000 Subject: * systemtap.syscall/syscall.exp: Increase timeout for slow machines. --- testsuite/systemtap.syscall/syscall.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/systemtap.syscall') diff --git a/testsuite/systemtap.syscall/syscall.exp b/testsuite/systemtap.syscall/syscall.exp index 9a438f06..eb925a29 100644 --- a/testsuite/systemtap.syscall/syscall.exp +++ b/testsuite/systemtap.syscall/syscall.exp @@ -45,4 +45,5 @@ proc test_procedure {} { } } +set timeout 600 test_procedure -- cgit