Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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()