nanojpeg: timeout reduced, instructions limited (temporarily)

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1815 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-10-24 09:58:56 +00:00
parent f61db1ff39
commit 554d80139a

View File

@ -6,8 +6,9 @@
#define NANOJPEG_BIN "system.bin"
#define NANOJPEG_BIN_OFFSET 0x100000
#define NANOJPEG_RESULTS "nanojpeg.csv"
#define NANOJPEG_INSTR_LIMIT 999999999 // currently "unlimited"
#define NANOJPEG_TIMEOUT 5000 // 2s
//#define NANOJPEG_INSTR_LIMIT 999999999 // currently "unlimited"
#define NANOJPEG_INSTR_LIMIT 1000000
#define NANOJPEG_TIMEOUT 1000 // 1s
#define NANOJPEG_GOLDEN_PPM "golden.ppm"
#define NANOJPEG_STATE "bochs.state"