summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/tricode/initTestClass.py
diff options
context:
space:
mode:
authorTriatmoko2011-10-22 03:57:44 +0200
committerTriatmoko2011-10-22 03:57:44 +0200
commit9faa9fc9b01d4c6de2be42464f7812be24a7bf2e (patch)
tree675e9b8645835d01f56282c051c5b2983cbfb507 /For Weekly Test/tricode/initTestClass.py
parentfound the error and fix it (diff)
downloadgsm-selftest-9faa9fc9b01d4c6de2be42464f7812be24a7bf2e.tar.gz
gsm-selftest-9faa9fc9b01d4c6de2be42464f7812be24a7bf2e.tar.xz
gsm-selftest-9faa9fc9b01d4c6de2be42464f7812be24a7bf2e.zip
define timeout
Diffstat (limited to 'For Weekly Test/tricode/initTestClass.py')
-rwxr-xr-xFor Weekly Test/tricode/initTestClass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/For Weekly Test/tricode/initTestClass.py b/For Weekly Test/tricode/initTestClass.py
index 7888d99..8b51e49 100755
--- a/For Weekly Test/tricode/initTestClass.py
+++ b/For Weekly Test/tricode/initTestClass.py
@@ -92,7 +92,7 @@ class doTest:
self.result = 100
else:
self.result = 100
- sleep(1)
+ sleep(2)
self.killProc() # kill all the handler
self.db.closeDBConn() #close db connection
sleep(1)