mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-06 19:50:40 +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() {
|
describe("Detect portal", function() {
|
||||||
|
this.timeout(60 * 1000);
|
||||||
const portalData=[];
|
const portalData=[];
|
||||||
portalData.push({
|
portalData.push({
|
||||||
name:"simple portal frame x",
|
name:"simple portal frame x",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue