Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/bots/penelope.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simulator/bots/penelope.py')
-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()