Skip to content

Commit

Permalink
8274160: java/awt/Window/ShapedAndTranslucentWindows/Common.java dela…
Browse files Browse the repository at this point in the history
…y is too high

Backport-of: 895e2bd7c0bded5283eca8792fbfb287bb75016b
  • Loading branch information
GoeLin committed Sep 16, 2022
1 parent c5a9e68 commit 0241495
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -47,7 +47,7 @@ public abstract class Common {
static final int STATIC_BLOCKS = 30;
static final Color BG_COLOR = Color.BLUE;
static final Color FG_COLOR = Color.RED;
static final int delay = 55000;
static final int delay = 1000;
static final SecureRandom random = new SecureRandom();
static final int dl = 100;
static final Class[] WINDOWS_TO_TEST = { Window.class, Frame.class, Dialog.class };
Expand Down

1 comment on commit 0241495

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.