increase timeout

This commit is contained in:
pakintada@gmail.com 2024-01-19 15:01:43 +07:00
parent 09d71ac61e
commit 6b37c73aea

View file

@ -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;
} }