📝 shorten the running time of test process

This commit is contained in:
ValKmjolnir
2023-03-02 00:36:48 +08:00
parent f9cbd0b426
commit abe2464a67
2 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ if(os.platform()=="windows")
system("chcp 65001");
map.new(90);
var interval=1/160;
for(var iter=0;iter<100;iter+=1){
for(var iter=0;iter<40;iter+=1){
map.print(1);
map.next();
unix.sleep(interval);