nanojpeg: default timeout

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1790 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-10-22 15:35:59 +00:00
parent bf8702e4a2
commit 8d96c50bfb

View File

@ -7,5 +7,6 @@
#define NANOJPEG_BIN_OFFSET 0x100000
#define NANOJPEG_RESULTS "nanojpeg.csv"
#define NANOJPEG_INSTR_LIMIT 999999999 // currently "unlimited"
#define NANOJPEG_TIMEOUT 5000 // 2s
#endif