Give the browser more time to save the cookie at change_user_name test

This commit is contained in:
Peter 'Pita' Martischka 2012-11-13 08:39:48 -08:00
parent e13219fec9
commit 7d174855c4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ describe("change username value", function(){
done();
}
});
}, 0);
}, 1000);
});