Skip to content

Commit 3b67169

Browse files
committed
Extending onnx timeout for debugging gpu in CI
1 parent f5c8563 commit 3b67169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ long long ModelChunkSize = 535822336; // size of chunks used to break up mo
1414
// default is 511 * 1024 * 1024
1515
long long ThreadPoolSizePerQueue = 1; // Number of working threads for device.
1616

17-
long long ModelExecutionTimeout = 5000; // The maximum time in milliseconds
17+
long long ModelExecutionTimeout = 20000; // The maximum time in milliseconds
1818
// before killing onnx run session.
1919

2020
static int _Config_LoadTimeParamParse(RedisModuleCtx *ctx, const char *key, const char *val,

0 commit comments

Comments
 (0)