From 067d60573e70dfbe714b57c479889d3d39e1eec0 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 09 Oct 2006 22:35:37 +0000 Subject: Join the activity before changing to it --- (limited to 'tests') 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() -- cgit v0.9.1