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, )