Skip to content

Commit 50e650c

Browse files
committed
Updated auto-kill timeouts for redo-continuous snippets
1 parent d0520a1 commit 50e650c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

csharp/runner/SnippetRunner/Resources/redo/RedoContinuous.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source.2=REFERENCE
44
load.0=/data/truthset/customers.jsonl
55
load.1=/data/truthset/reference.jsonl
66
load.2=/data/truthset/watchlist.jsonl
7-
destroyAfter=15000
7+
destroyAfter=30000

csharp/runner/SnippetRunner/Resources/redo/RedoContinuousViaFutures.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source.2=REFERENCE
44
load.0=/data/truthset/customers.jsonl
55
load.1=/data/truthset/reference.jsonl
66
load.2=/data/truthset/watchlist.jsonl
7-
destroyAfter=15000
7+
destroyAfter=30000

csharp/runner/SnippetRunner/Resources/redo/RedoWithInfoContinuous.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source.2=REFERENCE
44
load.0=/data/truthset/customers.jsonl
55
load.1=/data/truthset/reference.jsonl
66
load.2=/data/truthset/watchlist.jsonl
7-
destroyAfter=15000
7+
destroyAfter=30000

0 commit comments

Comments
 (0)