mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 06:21:08 +00:00
increase timeout in detect portal test to avoid circle ci failing
This commit is contained in:
parent
e84d416442
commit
c125221d5c
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ describe("Generate portal",function(){
|
|||
});
|
||||
|
||||
describe("Detect portal", function() {
|
||||
this.timeout(60 * 1000);
|
||||
const portalData=[];
|
||||
portalData.push({
|
||||
name:"simple portal frame x",
|
||||
|
|
|
|||
Loading…
Reference in a new issue