diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/sstatetests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py index feadf3c51c..e68ef5cbe9 100644 --- a/meta/lib/oeqa/selftest/cases/sstatetests.py +++ b/meta/lib/oeqa/selftest/cases/sstatetests.py | |||
@@ -431,7 +431,7 @@ http_proxy = "" | |||
431 | bitbake("world meta-toolchain -S none") | 431 | bitbake("world meta-toolchain -S none") |
432 | self.write_config(""" | 432 | self.write_config(""" |
433 | TMPDIR = "${TOPDIR}/tmp-sstatesamehash2" | 433 | TMPDIR = "${TOPDIR}/tmp-sstatesamehash2" |
434 | BB_NUMBER_THREADS = "${@oe.utils.cpu_count()-1}" | 434 | BB_NUMBER_THREADS = "${@oe.utils.cpu_count()+1}" |
435 | PARALLEL_MAKE = "-j 2" | 435 | PARALLEL_MAKE = "-j 2" |
436 | DL_DIR = "${TOPDIR}/download2" | 436 | DL_DIR = "${TOPDIR}/download2" |
437 | TIME = "222222" | 437 | TIME = "222222" |