Skip to content

Commit

Permalink
Forgot to remove debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
JackUrb committed Apr 19, 2021
1 parent 75f3709 commit d0a6231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/parlai_chat_task_demo/parlai_test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TestScriptConfig(RunScriptConfig):
metadata={"help": "Number of turns before a conversation is complete"},
)
turn_timeout: int = field(
default=3,
default=300,
metadata={
"help": "Maximum response time before kicking "
"a worker out, default 300 seconds"
Expand Down

0 comments on commit d0a6231

Please sign in to comment.