Skip to content

Commit

Permalink
Increase require.js timeout. Fix apidoc#884 (apidoc#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi authored Jun 5, 2020
1 parent 947fd1d commit 76a111b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions template-single/build-single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ cat <<EOF
exports: 'Prism'
}
},
urlArgs: 'v=' + (new Date()).getTime(),
waitSeconds: 150
})
EOF
) > "$RJS_CONFIG"
Expand Down
2 changes: 1 addition & 1 deletion template/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require.config({
},
},
urlArgs: 'v=' + (new Date()).getTime(),
waitSeconds: 15
waitSeconds: 150
});

require([
Expand Down

0 comments on commit 76a111b

Please sign in to comment.