From 386dbe71232110c8177ab1833f77f42c32c85283 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 09 Oct 2006 14:35:36 +0000 Subject: Add a wait method to the bot --- (limited to 'tests') 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() -- cgit v0.9.1