~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/javascript/tests/test_distroseries.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-27 17:04:27 UTC
  • mfrom: (13241.1.12 speedup-yuitest)
  • Revision ID: launchpad@pqm.canonical.com-20110627170427-4b86d3ehcd0n2j10
[r=bac][no-qa] [r=bac][no-qa] Speed up the YUI test suite a bit by
 trimming wait times.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1038
1038
        setUp: function() {
1039
1039
            this.actions = this.makeActionsDiv();
1040
1040
            this.widget = new initseries.DeriveDistroSeriesActionsWidget({
 
1041
                duration: 0,
1041
1042
                srcNode: this.actions,
1042
1043
                context: {
1043
1044
                    name: "hagfish",
1103
1104
            this.wait(function() {
1104
1105
                Assert.isFalse(
1105
1106
                    this.container.contains(this.form));
1106
 
            }, 1100);
 
1107
            }, 30);
1107
1108
        },
1108
1109
 
1109
1110
        testSubmit: function() {