mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-19 03:52:52 +00:00
Made test script run a longer time.
This commit is contained in:
parent
a5915f75c9
commit
ae6e6616a6
@ -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"
|
send "user user . . :User\r"
|
||||||
expect {
|
expect {
|
||||||
@ -6,6 +6,8 @@ expect {
|
|||||||
"376"
|
"376"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sleep 2
|
||||||
|
|
||||||
send "oper TestOp 123\r"
|
send "oper TestOp 123\r"
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
@ -16,6 +18,8 @@ expect {
|
|||||||
"381 test*"
|
"381 test*"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sleep 2
|
||||||
|
|
||||||
send "join #channel\r"
|
send "join #channel\r"
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
@ -48,6 +52,8 @@ expect {
|
|||||||
"366"
|
"366"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sleep 3
|
||||||
|
|
||||||
send "part #channel2\r"
|
send "part #channel2\r"
|
||||||
expect {
|
expect {
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
|
Loading…
Reference in New Issue
Block a user