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 22:35:37 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-09 22:35:37 (GMT)
commit067d60573e70dfbe714b57c479889d3d39e1eec0 (patch)
treed5a1d1c9e742c3c3c18637ea29a04a8ce1504e3a /tests
parentb309da53f6eb52484ae69139d5dc0d70ec0ce05c (diff)
Join the activity before changing to it
Diffstat (limited to 'tests')
-rw-r--r--tests/simulator/demo/others.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/simulator/demo/others.py b/tests/simulator/demo/others.py
index 455794c..59db9da 100644
--- a/tests/simulator/demo/others.py
+++ b/tests/simulator/demo/others.py
@@ -3,7 +3,8 @@ from sugar.simulator import Bot
for i in range(0, 10):
bot = Bot()
- bot.wait(5)
+ bot.wait(20)
+ bot.join_activity('giraffes')
bot.change_activity('giraffes')
bot.start()