summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 24af2fb20b..5dc1a136e3 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -65,7 +65,7 @@ class QemuRunner:
65 self.boot_patterns = boot_patterns 65 self.boot_patterns = boot_patterns
66 self.tmpfsdir = tmpfsdir 66 self.tmpfsdir = tmpfsdir
67 67
68 self.runqemutime = 120 68 self.runqemutime = 300
69 if not workdir: 69 if not workdir:
70 workdir = os.getcwd() 70 workdir = os.getcwd()
71 self.qemu_pidfile = workdir + '/pidfile_' + str(os.getpid()) 71 self.qemu_pidfile = workdir + '/pidfile_' + str(os.getpid())