]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Made test script run a longer time.
authorAlexander Barton <alex@barton.de>
Fri, 12 Aug 2005 21:38:52 +0000 (21:38 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 12 Aug 2005 21:38:52 +0000 (21:38 +0000)
src/testsuite/stress-B.e

index 117e1524d3ab4f0f4fb9fcb2cba053d2f5082493..5906fc326013d88540f12b79f1b9179ab22b06b0 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: stress-B.e,v 1.1 2002/09/09 22:56:07 alex Exp $
+# $Id: stress-B.e,v 1.2 2005/08/12 21:38:52 alex Exp $
 
 send "user user . . :User\r"
 expect {
@@ -6,6 +6,8 @@ expect {
        "376"
 }
 
+sleep 2
+
 send "oper TestOp 123\r"
 expect {
        timeout { exit 1 }
@@ -16,6 +18,8 @@ expect {
        "381 test*"
 }
 
+sleep 2
+
 send "join #channel\r"
 expect {
        timeout { exit 1 }
@@ -48,6 +52,8 @@ expect {
        "366"
 }
 
+sleep 3
+
 send "part #channel2\r"
 expect {
        timeout { exit 1 }