Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-09 14:35:36 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-09 14:35:36 (GMT)
commit386dbe71232110c8177ab1833f77f42c32c85283 (patch)
tree4a4c9d7af582a325a9029c34d4f3a70ea20c9801 /tests
parent994b337709383dc7858ae4c8d67870858d4fd120 (diff)
Add a wait method to the bot
Diffstat (limited to 'tests')
-rw-r--r--tests/simulator/bots/penelope.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/simulator/bots/penelope.py b/tests/simulator/bots/penelope.py
index 30774ae..90f9d35 100644
--- a/tests/simulator/bots/penelope.py
+++ b/tests/simulator/bots/penelope.py
@@ -3,4 +3,7 @@ from sugar.simulator import Bot
bot = Bot()
bot.name = 'penelope'
+bot.wait(20)
+bot.share_chat('Nekkhamma')
+
bot.start()