增加测试用例的超时时间
This commit is contained in:
@@ -760,7 +760,7 @@ task wait_comm_finished();
|
||||
$display("222222222");
|
||||
is_run = 0;
|
||||
end
|
||||
if (($realtime - st) >= 1000000.0)
|
||||
if (($realtime - st) >= 5000000.0)
|
||||
begin
|
||||
$display("333333333");
|
||||
//is_run = 0;
|
||||
|
||||
Reference in New Issue
Block a user