mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +02:00
point to tribbles.js on aws
For now, anyways. Just temporary until dev is complete.
This commit is contained in:
parent
4c247aecb3
commit
70a63417cf
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ You would want to say 'no' (and make other preparations) if you were testing the
|
||||||
function maybeRunTribbles(continuation) {
|
function maybeRunTribbles(continuation) {
|
||||||
if (Window.confirm("Run tribbles?\n\n\
|
if (Window.confirm("Run tribbles?\n\n\
|
||||||
At most, only one participant should say yes.")) {
|
At most, only one participant should say yes.")) {
|
||||||
Script.load('http://howard-stearns.github.io/models/scripts/tests/performance/tribbles.js'); // FIXME: replace with AWS
|
Script.load('http://cdn.highfidelity.com/davidkelly/production/scripts/tests/performance/tribbles.js'); // FIXME: replace with AWS
|
||||||
Script.setTimeout(continuation, 3000);
|
Script.setTimeout(continuation, 3000);
|
||||||
} else {
|
} else {
|
||||||
continuation();
|
continuation();
|
||||||
|
|
Loading…
Reference in a new issue