Changed alert block time to 10 seconds before hide

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/create-users@125667 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-03-17 16:59:28 +00:00
parent b66f9f9d08
commit 3ba2403d95
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class AddUserForm extends Composite{
"^[_A-Za-z0-9-\\+]+(\\.[_A-Za-z0-9-]+)*@"
+ "[A-Za-z0-9-]+(\\.[A-Za-z0-9]+)*(\\.[A-Za-z]{2,})$";
private static final int HIDE_AFTER_MILLISECONDS = 6000;
private static final int HIDE_AFTER_MILLISECONDS = 10000;
private final HandleUsersServiceAsync registrationService;