Skip to content

Commit

Permalink
update the rfr timeout to be 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Juncai committed Apr 6, 2015
1 parent 54d17f9 commit 2c46c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LitleSdkForNet/LitleSdkForNetTest/Functional/TestBatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ public void RFRBatch()
litle.addBatch(litleBatchRequest);

string batchName = litle.sendToLitle();
litle.blockAndWaitForResponse(batchName, estimatedResponseTime(0, 1 * 2));
litle.blockAndWaitForResponse(batchName,120000);
litleResponse litleResponse = litle.receiveFromLitle(batchName);

Assert.NotNull(litleResponse);
Expand Down

0 comments on commit 2c46c08

Please sign in to comment.