From 3f6f93f7c120bad8bca6a91fac600120d9e45628 Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 18 Feb 2011 23:16:10 +0000 Subject: [PATCH] sleep 2 sec after start and stop --- telecaster.py | 4 ++-- tools/edcast-jack/libedcast/Makefile | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/telecaster.py b/telecaster.py index 7bfdd15..b68a15c 100755 --- a/telecaster.py +++ b/telecaster.py @@ -113,7 +113,7 @@ class TeleCaster: self.conference_dict['title'] = self.title s = Station(self.conf_file, self.conference_dict, self.lock_file) s.start() - time.sleep(1) + time.sleep(2) self.logger.write_info('starting') self.main() @@ -128,7 +128,7 @@ class TeleCaster: self.conference_dict = get_conference_from_lock(self.lock_file) s = Station(self.conf_file, self.conference_dict, self.lock_file) s.stop() - time.sleep(1) + time.sleep(2) self.main() elif deefuzzer_pid == []: diff --git a/tools/edcast-jack/libedcast/Makefile b/tools/edcast-jack/libedcast/Makefile index 855fde4..91a83d0 100644 --- a/tools/edcast-jack/libedcast/Makefile +++ b/tools/edcast-jack/libedcast/Makefile @@ -87,12 +87,12 @@ HEADERS = $(include_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run aclocal-1.10 -AMTAR = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run tar +ACLOCAL = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run aclocal-1.10 +AMTAR = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run tar AR = ar -AUTOCONF = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run autoconf -AUTOHEADER = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run autoheader -AUTOMAKE = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run automake-1.10 +AUTOCONF = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run autoconf +AUTOHEADER = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run autoheader +AUTOMAKE = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run automake-1.10 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -136,7 +136,7 @@ LN_S = ln -s LTLIBOBJS = MAD_CFLAGS = MAD_LIBS = -lmad -MAKEINFO = ${SHELL} /home/telecaster/apps/telecaster/tools/edcast-jack/missing --run makeinfo +MAKEINFO = ${SHELL} /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/missing --run makeinfo MKDIR_P = /bin/mkdir -p OBJEXT = o OGG_CFLAGS = @@ -152,7 +152,7 @@ PACKAGE_VERSION = 3.1.7 PATH_SEPARATOR = : RANLIB = ranlib SET_MAKE = -SHELL = /bin/bash +SHELL = /bin/sh STRIP = strip VERSION = 3.1.7 VORBISENC_LIBS = -lvorbisenc @@ -161,10 +161,10 @@ VORBIS_CFLAGS = VORBIS_LDFLAGS = VORBIS_LIBS = -lvorbis VORBIS_PREFIX = -abs_builddir = /home/telecaster/apps/telecaster/tools/edcast-jack/libedcast -abs_srcdir = /home/telecaster/apps/telecaster/tools/edcast-jack/libedcast -abs_top_builddir = /home/telecaster/apps/telecaster/tools/edcast-jack -abs_top_srcdir = /home/telecaster/apps/telecaster/tools/edcast-jack +abs_builddir = /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/libedcast +abs_srcdir = /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/libedcast +abs_top_builddir = /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack +abs_top_srcdir = /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_F77 = @@ -193,7 +193,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = $(SHELL) /home/telecaster/apps/telecaster/tools/edcast-jack/install-sh +install_sh = $(SHELL) /home/momo/dev/telecaster_svn/trunk/tools/edcast-jack/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale -- 2.39.5