diff --git a/testsuite/expect/test1.92 b/testsuite/expect/test1.92
index 03c94517b4de07a24f0db8ac5f56d7a76171f677..2fa69ac5e195cf97c601a32e88193d73f123da61 100755
--- a/testsuite/expect/test1.92
+++ b/testsuite/expect/test1.92
@@ -58,7 +58,7 @@ exit 0
 # Create an allocation
 #
 set timeout $max_job_delay
-set salloc_pid [spawn $salloc -N2 --ntasks-per-node=2 --verbose -t2 $bin_bash]
+set salloc_pid [spawn $salloc -N2 --ntasks-per-node=2 --verbose -t4 $bin_bash]
 expect {
 	-re "salloc: Granted job allocation ($number)" {
 		set job_id $expect_out(1,string)