From fd4fafc8d0af4211a22aa8ee7a62e29a1ea98bbc Mon Sep 17 00:00:00 2001 From: merijn van moll Date: Tue, 3 Aug 2021 16:57:17 +0200 Subject: [PATCH] changed HIT duration to 3600 sec --- batches/batch_hits.json | 3 ++- exhausting_mturk/api.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/batches/batch_hits.json b/batches/batch_hits.json index d6e024d..2fda938 100644 --- a/batches/batch_hits.json +++ b/batches/batch_hits.json @@ -27,6 +27,7 @@ "385MDVINFCQ9GBFYIP885LXR4MTJWP", "3FO95NVK5CBX7IH26P7GANGX8QTRSC", "30F94FBDNRVB6BDSZSQGKD7FSOGTB4", - "3DIIW4IV8P61CYC8Q1HPYSZ07IMI4F" + "3DIIW4IV8P61CYC8Q1HPYSZ07IMI4F", + "30IRMPJWDZUZJZ4U1GYEJ1PNR0VRKI" ] } \ No newline at end of file diff --git a/exhausting_mturk/api.py b/exhausting_mturk/api.py index fd886f9..40bc63b 100644 --- a/exhausting_mturk/api.py +++ b/exhausting_mturk/api.py @@ -112,7 +112,7 @@ class Connection(): Reward = str(batch['reward']), MaxAssignments = 1, LifetimeInSeconds = 172800, - AssignmentDurationInSeconds = 600, + AssignmentDurationInSeconds = 3600, AutoApprovalDelayInSeconds = 14400, Question = xml, )