core: add delays to testXFTPMarkToReceive test (#3294)
This commit is contained in:
parent
42458a2715
commit
07173f7b2f
@ -1393,10 +1393,16 @@ testXFTPMarkToReceive = do
|
|||||||
alice <## "completed uploading file 1 (test.pdf) for bob"
|
alice <## "completed uploading file 1 (test.pdf) for bob"
|
||||||
bob #$> ("/_set_file_to_receive 1", id, "ok")
|
bob #$> ("/_set_file_to_receive 1", id, "ok")
|
||||||
|
|
||||||
|
threadDelay 100000
|
||||||
|
|
||||||
bob ##> "/_stop"
|
bob ##> "/_stop"
|
||||||
bob <## "chat stopped"
|
bob <## "chat stopped"
|
||||||
|
|
||||||
bob #$> ("/_files_folder ./tests/tmp/bob_files", id, "ok")
|
bob #$> ("/_files_folder ./tests/tmp/bob_files", id, "ok")
|
||||||
bob #$> ("/_temp_folder ./tests/tmp/bob_xftp", id, "ok")
|
bob #$> ("/_temp_folder ./tests/tmp/bob_xftp", id, "ok")
|
||||||
|
|
||||||
|
threadDelay 100000
|
||||||
|
|
||||||
bob ##> "/_start"
|
bob ##> "/_start"
|
||||||
bob <## "chat started"
|
bob <## "chat started"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user