increase timeout
This commit is contained in:
parent
09d71ac61e
commit
6b37c73aea
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ export class RecipeListComponent implements OnInit {
|
||||||
|
|
||||||
if(this.timeoutHandler){
|
if(this.timeoutHandler){
|
||||||
console.log("timeout get", this.timeout);
|
console.log("timeout get", this.timeout);
|
||||||
if(this.timeout >= 5){
|
if(this.timeout >= 20){
|
||||||
this.showDetailRecipeList = true;
|
this.showDetailRecipeList = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue