Skip to content

Commit

Permalink
Merge branch '315_active' of https://github.com/UPC/ravada into 315_a…
Browse files Browse the repository at this point in the history
…ctive
  • Loading branch information
frankiejol committed Oct 6, 2017
2 parents da88334 + c422d13 commit 442ca66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/vm/20_base.t
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ sub test_domain_limit_already_requested {
@list_requests = $domain->list_all_requests();
is(scalar @list_requests,1,"Expecting 1 request ".Dumper(\@list_requests));
rvd_back->enforce_limits(timeout => 2);

@list_requests = $domain->list_all_requests();

is(scalar @list_requests,1,"Expecting 1 request ".Dumper(\@list_requests));

sleep 3;
Expand Down

0 comments on commit 442ca66

Please sign in to comment.