mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
[nextgen/cardstack] lower default timeout to 3 minutes
This commit is contained in:
parent
e4c0934d8e
commit
c969754ca8
3 changed files with 21 additions and 2 deletions
|
@ -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."})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue