1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00

Made test script run a longer time.

This commit is contained in:
Alexander Barton 2005-08-12 21:38:52 +00:00
parent a5915f75c9
commit ae6e6616a6

View 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 }