[nextgen/cardstack] lower default timeout to 3 minutes

This commit is contained in:
bignutty 2025-02-22 16:35:32 +01:00
parent e4c0934d8e
commit c969754ca8
3 changed files with 21 additions and 2 deletions

View file

@ -21,7 +21,7 @@ module.exports = {
try{
// This will create a new dynamic card stack
createDynamicCardStack(context, {
return createDynamicCardStack(context, {
cards: [
createEmbed("default", context, { description: "page 1"}),
createEmbed("default", context, { description: "page 2. this has a conditional button."})