Skip to content

Commit

Permalink
changed expected min wainting time
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjunior committed Oct 30, 2018
1 parent 64e7d44 commit d24a67c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ public static Collection<Object[]> data() throws Exception {
{ ROBOTS_TXT_FILE1, new URI(HTTP_SERVER_ADDRESS + "/revision/"), false, 2000 },
{ ROBOTS_TXT_FILE1, new URI(HTTP_SERVER_ADDRESS + "/dataset/test"), true, 2000 },
{ ROBOTS_TXT_FILE1, new URI(HTTP_SERVER_ADDRESS + "/dataset/test/history"), false, 2000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/resource/Berlin"), true, 2000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/page/Berlin"), true, 2000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/includes/Berlin"), false, 2000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/INSTALL.txt"), false, 2000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/admin/pwd.txt"), false, 2000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/?q=admin/"), false, 2000 } });
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/resource/Berlin"), true, 10000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/page/Berlin"), true, 10000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/includes/Berlin"), false, 10000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/INSTALL.txt"), false, 10000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/admin/pwd.txt"), false, 10000 },
{ ROBOTS_TXT_FILE2, new URI(HTTP_SERVER_ADDRESS + "/?q=admin/"), false, 10000 } });
}

private URI uri;
Expand Down

0 comments on commit d24a67c

Please sign in to comment.